Enable some SCSI drivers in pvops kernel config
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 2 Sep 2009 15:12:41 +0000 (16:12 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 2 Sep 2009 15:12:41 +0000 (16:12 +0100)
Enables a couple of SCSI host controllers which are found in our test
farm but not enabled in the default upstream kernel.  The new drivers
are compiled as modules which is pretty harmless so this should be
safe.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
buildconfigs/enable-xen-config

index 2bef15a0eb738ae1bb205cb6008c32625f8dd9af..9d15648a6025017f2b61ff119b29bc5815e79c7e 100644 (file)
@@ -81,6 +81,11 @@ setopt CONFIG_X86_MCE_INTEL n
 setopt CONFIG_X86_MCE_AMD n
 setopt CONFIG_CRYPTO_AES_NI_INTEL n
 
+setopt CONFIG_FUSION y
+setopt CONFIG_FUSION_SPI m
+setopt CONFIG_FUSION_SAS m
+setopt CONFIG_BLK_CPQ_CISS_DA m
+
 case ${XEN_TARGET_ARCH} in
     x86_32) setopt CONFIG_64BIT n ;;
     x86_64)